﻿.campanhaOrgulho,
.campanhaOrgulho2,
.campanhaOrgulho3 {
    padding: 4% 5%;
    background: #fff;
}

.acoes_content,
.acoes_content_intregridade {
    padding: 2% 5%;
    background: #fff
}

.integridadeCard {
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 6px;
    height: 100%;
    width: 100%;
    background-position: center;
}

.firstTitle {
    color: #00bf44;
    font-family: "Mohr-ExtraLightIt";
    font-size: 3.8rem;
    display: block;
    margin-top: -1rem;
    margin-bottom: -1.6rem;
}

.secondTitle {
    font-family: "Mohr-BlackIt";
    color: #021f59;
    font-size: 5.1rem;
    display: block;
}

.txt_content {
    font-family: "Mohr-Medium";
    font-size: 0.8rem;
    color: #707070;
    line-height: 1.5;
    text-align: left;
    margin-bottom: 0.5rem;
}

.firstTitle_content {
    color: #00bf44;
    font-family: "Mohr-ExtraLightIt";
    font-size: 3.8rem;
    display: block;
    text-align: center;
    margin-top: -1rem;
    margin-bottom: -1.6rem;
}

.secondTitle_content {
    display: block;
    color: #021f59;
    font-family: "Mohr-BlackIt";
    font-size: 5.1rem;
    text-align: center;
}

.txt_content_campanhas {
    color: #707070;
    text-align: center;
    font-size: 1rem;
    font-family: "Mohr-Medium";
    margin-bottom: 0.5rem;
}

.campanha_content {
    background-color: #f5f5f5;
    padding: 5%;
    border-radius: 6px;
}

.txt_title {
    font-size: 3.75rem;
    color: #00bf44;
    font-family: "Mohr-ExtraLightIt";
    letter-spacing: -1.2px;
    line-height: 1.2;
    display: block;
    padding-right: 20%;
}

.campanha_Slick {
    margin-top: 30px;
}

.slick-slide img {
    margin: auto;
}

.img-slick-div {
    padding: 0px 10px;
}

.img-slick-edit {
    border-radius: 6px;
}

.slider-arrow {
    background-color: #fff;
    position: absolute;
    top: 50%;
    height: 36px;
    margin-top: -18px;
    color: #021f59;
    line-height: 36px;
    font-size: 28px;
    cursor: pointer;
    z-index: 10;
    border: 1px solid #021f59;
    border-radius: 50px;
    padding: 0px 7px 0px 14px;
    padding-left: 15px;
}

.slider-prev {
    left: -1.2%;
}

.slider-next {
    right: -1.2%;
}

.fa-angle-left:before {
    content: "\f104";
    right: 37%;
    position: relative;
}

.fa-angle-right:before {
    content: "\f105";
    position: relative;
    right: 23%;
}

@media screen and (max-width:1000px) {
    .integridadeCard {
        height: 350px;
        margin-bottom: 2rem;
    }
}

@media screen and (max-width:640px) {
    .txt_content {
        text-align: center;
    }

    .campanhaOrgulho,
    .campanhaOrgulho2,
    .campanhaOrgulho3 {
        padding: 4% 0%;
    }

    .txt_title {
        padding-right: 0%;
        font-size: 2.75rem;
    }

    .integridadeCard {
        height: 250px;
        margin-bottom: 2rem;
    }

    .bannerContent {
        padding: 10% 5% 5% 5%;
    }

    .acoes_content,
    .acoes_content_intregridade {
        padding: 0% 5%;
    }

    .firstTitle,
    .secondTitle,
    .firstTitle_content,
    .secondTitle_content {
        font-size: 3.2rem;
    }

    .txt_content_campanhas {
        padding: 0%;
    }
}

@media screen and (max-width:320px) {
    .txt_op_am_subtitle {
        font-size: 2.5rem;
    }

    .txt_title_op {
        font-size: 50px;
    }

    .secondTitle {
        font-size: 2.8rem;
    }
}